home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / lib / perl5 / Gnome2 / About.pod next >
Text File  |  2009-04-29  |  2KB  |  126 lines

  1. =head1 NAME
  2.  
  3. Gnome2::About - wrapper for GnomeAbout
  4.  
  5. =cut
  6.  
  7. =head1 HIERARCHY
  8.  
  9.   Glib::Object
  10.   +----Glib::InitiallyUnowned
  11.        +----Gtk2::Object
  12.             +----Gtk2::Widget
  13.                  +----Gtk2::Container
  14.                       +----Gtk2::Bin
  15.                            +----Gtk2::Window
  16.                                 +----Gtk2::Dialog
  17.                                      +----Gnome2::About
  18.  
  19.  
  20.  
  21. =cut
  22.  
  23. =head1 INTERFACES
  24.  
  25.   Glib::Object::_Unregistered::AtkImplementorIface
  26.   Gtk2::Buildable
  27.  
  28.  
  29.  
  30. =cut
  31.  
  32.  
  33. =head1 METHODS
  34.  
  35. =head2 widget = Gnome2::About-E<gt>B<new> ($name, $version, $copyright, $comments, $authors, $documenters=undef, $translator_credits=undef, $logo_pixbuf=undef)
  36.  
  37. =over
  38.  
  39. =item * $name (string) 
  40.  
  41. =item * $version (string) 
  42.  
  43. =item * $copyright (string) 
  44.  
  45. =item * $comments (string) 
  46.  
  47. =item * $authors (scalar) - either a reference to an array of strings or a plain string
  48.  
  49. =item * $documenters (scalar) - either a reference to an array of strings or a plain string
  50.  
  51. =item * $translator_credits (string) 
  52.  
  53. =item * $logo_pixbuf (Gtk2::Gdk::Pixbuf or undef) 
  54.  
  55. =back
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. =cut
  63.  
  64.  
  65. =head1 PROPERTIES
  66.  
  67. =over
  68.  
  69. =item 'authors' (GValueArray : writable)
  70.  
  71. List of authors of the programs
  72.  
  73. =item 'comments' (string : readable / writable)
  74.  
  75. Comments about the program
  76.  
  77. =item 'copyright' (string : readable / writable)
  78.  
  79. Copyright information for the program
  80.  
  81. =item 'documenters' (GValueArray : writable)
  82.  
  83. List of people documenting the program
  84.  
  85. =item 'logo' (Gtk2::Gdk::Pixbuf : writable)
  86.  
  87. A logo for the about box
  88.  
  89. =item 'name' (string : readable / writable)
  90.  
  91. The name of the program
  92.  
  93. =item 'translator-credits' (string : readable / writable)
  94.  
  95. Credits to the translators. This string should be marked as translatable
  96.  
  97. =item 'version' (string : readable / writable)
  98.  
  99. The version of the program
  100.  
  101. =back
  102.  
  103.  
  104.  
  105. =cut
  106.  
  107.  
  108. =head1 SEE ALSO
  109.  
  110. L<Gnome2>, L<Glib::Object>, L<Glib::InitiallyUnowned>, L<Gtk2::Object>, L<Gtk2::Widget>, L<Gtk2::Container>, L<Gtk2::Bin>, L<Gtk2::Window>, L<Gtk2::Dialog>
  111.  
  112.  
  113. =cut
  114.  
  115.  
  116. =head1 COPYRIGHT
  117.  
  118. Copyright (C) 2003-2004 by the gtk2-perl team.
  119.  
  120. This software is licensed under the LGPL.  See L<Gnome2> for a full notice.
  121.  
  122.  
  123.  
  124. =cut
  125.  
  126.